home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e033 / tutor.txt < prev   
Text File  |  1994-07-20  |  8KB  |  168 lines

  1.  
  2.             _______
  3.            ____|__     |               (R)
  4.         --|       |    |-------------------
  5.           |   ____|__  |  Association of
  6.           |  |       |_|  Shareware
  7.           |__|   o   |    Professionals
  8.         -----|   |   |---------------------
  9.              |___|___|    MEMBER
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.             CODEGEN TUTOR
  17.  
  18.  
  19. SYSTEM REQUIRMENTS:
  20.      IBM or compatable with 80286 processor or greater
  21.      EGA/VGA monitor
  22.      Printer optional
  23.      Math Coprocessor optional but recommended
  24.      DOS 3.0 or greater
  25.  
  26.  
  27.  
  28. CODEGEN is a program that allows the user to create, edit and view CNC
  29. (computer numerical control) source files. CODEGEN was written as a
  30. learning tool for CNC programmers. When CODEGEN first loads , a file
  31. integrity  check is performed, if no problems are detected  a menu
  32. screen offers four choices - EDIT FILE , VIEW FILE , CREATE FILE and
  33. TOOLS MENU. Navigating the menu screen is done by using the right and left
  34. arrow keys, selecting a choice is done by pressing the ENTER key. ESCAPE
  35. will end the program.
  36.  
  37. IMPORTANT:
  38.   CODEGEN was not developed to teach NC programming , but to shorten the
  39. steep learning curve associated with it.
  40.  
  41. Following is an overview of EDIT - VIEW - CREATE - TOOLS
  42.  
  43. EDIT:
  44.     Filenames maybe entered at the prompt(wildcards *.* are accepted),
  45. using the up and down arrow keys will highlight a choice. ESCAPE will
  46. return the main menu. In the text editor,lines of text maybe added,deleted
  47. or modified. Keep in mind ,this is an editor for NC files,there is no word
  48. wrap. A line consists of a maximum  76 characters. File size is limited
  49. to available memory . Several options are available in the editor to
  50. make editing text easier. [F1] exits the editor. [F3] restores a line of
  51. text (as long as the cursor has not moved to another line). [F5] deletes
  52. the current line of text. [F6] inserts a line of text. [F8] will search
  53. and replace a word or string from the current cursor position. [F9] will
  54. search from the  current cursor position for a word or string. [F10] is a
  55. speed and feed calculator that allows  computation of rpm , surface speed,
  56. inch per revolution and inch per minute interdependent on each other.
  57. Page up / page down scrolls through one complete page of text . Home and
  58. end moves cursor to beginning and end of a line . Insert allows insertion
  59. of text in a line , moving all text to the right. Delete removes text , one
  60. character at a time , to the right of the cursor. Control home  and control
  61. end moves the beginning or end of the file. Backspace removes all text
  62. to the left of cursor , again one character at a time. To edit a new file
  63. enter a filename that is not in the current directory or leave the filename
  64. entry blank. When leaving the editor a file save option will be presented.
  65. If a file in the current directory has the same name , a prompt will say so
  66. and ask if it should be overwritten, choosing YES will overwrite the file,
  67. NO will allow for a different filename.
  68.  
  69.  
  70. VIEW:
  71.   Filenames are entered at the prompt(wildcards *.* are acceptable),
  72. using the up and down arrow keys highlights a choice.Once the file has been
  73. loaded , CODEGEN does several checks , such as maximum and minimum
  74. X and Y positions , number of tools used and range of speeds. A prompt
  75. asks for path speed(the rate a line is drawn on the screen 1=slow  9=fast)
  76. also single block (shows each command block as it is drawn). Entering
  77. ESC at any time will abort the drawing and prompt the user to return to the
  78. main menu or to ZOOM out or ZOOM in, changing the viewing area by about 10% .
  79.  
  80.  
  81. CREATE:
  82.  Enter a filename at the prompt ( to create a new file enter a unique name
  83. or no file at all ) , the maximum X an Y values allows CODEGEN to size the
  84. screen. Entering the NC codes will draw the part on the screen, after each
  85. entry , a prompt asks if the input should be saved (any key strike except
  86. 'n' or 'N' will save the entry . [F1] will cause the editor to be invoked
  87. and text editing of the file currently being created may begin. The whole
  88. file maybe created entirely in the editor and then viewed by exiting [F1]
  89. the editor or by a line at a time ,leaving and viewing the input,and again
  90. entering the editor. When done , ESC will allow exit to the main menu or
  91. to ZOOM out or ZOOM in, changing the viewing area by about 10% .
  92. On exit, prompts are given to save the file. Files maybe loaded , added to
  93. or modified in CREATE and then saved when exiting.
  94.  
  95.  
  96. TOOLS:
  97.  A variety of routines are available to assist in programming a geometry.
  98. RIGHT ANGLE will construct ,with all lengths and angles,a right triangle
  99. when any two knowns are entered. If a printer is connected and on ,
  100. printing the data is accomplished by entering [F1] while the computed
  101. triangle is on the screen. EXTERNAL and INTERNAL TANGENT will compute
  102. tangent line points on any two circles(as long as the circle diameters
  103. do not intersect).The offset inquiry is asking for the verticle distance
  104. between the circle centerlines.[F1] will print the data. BOLT CIRCLE
  105. computes all X and Y coordinates , starting angle is the angle where the
  106. first point is found , with '0' at 12:00. CIRCLE SEGMENT will compute
  107. the length of a circle segment. CONFIG CODES allows the user to configure
  108. CODEGEN to  a specific controller. Input in TOOLS maybe entered in
  109. algebraic form (ex. (1+17/32)*.25) ).
  110.  
  111.  
  112. SAMPLES:
  113.  There are several sample files included on the disk. These are NC coded
  114. files of various geometries. Use the EDIT function to look at them and
  115. modify(save them as something else if you don't want the originals changed)
  116. the file can then be viewed graphically to note changes.
  117.  
  118. Sample files are:
  119.        SPIRIAL
  120.        ELL
  121.        GEAR3
  122.        G16G52
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.   ─────────────────────────  Ende des Autorentextes  ────────────────────────
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. ╔═════════════════════════════════════════════════════════════════════════════╗
  147. ║(C)omputer (S)olutions Software (L)ibrary (TM) √Entscheidung für die Profis. ║
  148. ╟─────────────────────────────────────────────────────────────────────────────╢
  149. ║   Postfach 1180 ∙ D-85561 Grafing/München ∙ Telefon 08092/5018 Zentrale     ║
  150. ║      Fax 08092/31727   ∙  BTX *CSL#  ∙ E-MAIL: CompuServe 76234,3577        ║
  151. ╟────────┬─────────────────────────────────────────────────────────┬──────────╢
  152. ║        │ Shareware und Public-Domain Software der Spitzenklasse  │          ║
  153. ╟────────┴─────────────────────────────────────────────────────────┴──────────╢
  154. ║ Die  Computer Solutions  Sharewarebibliothek ist eine der bestgepflegtesten ║
  155. ║ Softwaresammlungen  weltweit.  Die Programme werden sorgfältig getestet und ║
  156. ║ ausgewählt. Falls  Sie  noch  nicht  Kunde  sind, sollten Sie Informations- ║
  157. ║ material anfordern!                                                         ║
  158. ║                                                                             ║
  159. ║ Diese Diskette ist urheberrechtlich geschützt und nur echt mit dem original ║
  160. ║ Computer Solutions Logo. Vorsicht Virengefahr bei Raubkopien!               ║
  161. ║ Bitte beachten Sie die Lizenzbestimmungen.                                  ║
  162. ╟─────────────────────────────────────────────────────────────────────────────╢
  163. ║ AUTOREN:Ihre Programme sind bei der CSL in guten Händen. Schreiben Sie uns! ║
  164. ╟─────────────────────────────────────────────────────────────────────────────╢
  165. ║Seien Sie fair und unterstützen Sie Sharewareautoren durch Ihre Registration!║
  166. ╚═════════════════════════════════════════════════════════════════════════════╝
  167.  
  168.